How to include the .NETC# binding in your .NET project
The .NET AppConnect C# binding is available in AppConnectiOSSDK_V<version>_<build>.zip in AppConnectSDKBinding.dll.
To include AppConnectSDKBinding.dll in your .NET solution using Visual Studio:
-
Unzip AppConnectiOSSDK_V<version>_<build>.zip on to your computer.
-
Open your app’s solution in Visual Studio.
-
In the iOS project, select References > Edit References...
-
Select the .Net Assembly tab.
-
Click Browse to navigate to and select the AppConnectSDKBinding.dll in the unzipped AppConnect SDK folders.
-
Click Open to select the DLL file.
-
Click OK.
The classes, methods, and properties of the .NET AppConnect C# APIs are now available for your app to use.